home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / conv / tat.lha / test.s < prev    next >
Text File  |  2002-03-28  |  998b  |  25 lines

  1. failat 30
  2. echo STEP 1:    (tests CP1251->866)
  3. echo tatc test.txt test.txt.dos convtables/a2dos
  4. tat test.txt to test.txt.dos table=convtables/a2dos
  5. echo STEP 2:    (tests 866->CP1251)
  6. echo tatc test.txt.dos test.txt.dos.ami convtables/dos2a
  7. tat test.txt.dos to test.txt.dos.ami table=convtables/dos2a
  8. echo STEP 3:    (tests table error)
  9. echo tatc 1 2 3
  10. tat 1 to 2 table=3
  11. echo STEP 4:    (tests output file error)
  12. echo tatc test.txt df0:1 convtables/a2dos
  13. tat test.txt to df0:1 table=convtables/a2dos
  14. echo STEP 5:    (tests input file error)
  15. echo tatc DF0:1 test.txt.dos.ami convtables/a2dos
  16. tat df0:1 to test.txt.dos.ami table=convtables/a2dos
  17. echo STEP 6:    (TURBO mode)
  18. echo STEP 6.1:    (tests CP1251->866)
  19. echo tatc test.txt test.txt.dos.turbo convtables/a2dos TURBO
  20. tat test.txt to test.txt.dos.turbo table=convtables/a2dos
  21. echo STEP 6.2:    (tests 866->CP1251)
  22. echo tatc test.txt.dos.turbo test.txt.dos.ami.turbo convtables/dos2a TURBO
  23. tat test.txt.dos.turbo to test.txt.dos.ami.turbo table=convtables/dos2a TURBO
  24.  
  25.